google.golang.org/grpc/internal/transport.http2Client.bufferPool (field)

3 uses

	google.golang.org/grpc/internal/transport (current package)
		http2_client.go#L155: 	bufferPool mem.BufferPool
		http2_client.go#L362: 		bufferPool:            opts.BufferPool,
		http2_client.go#L477: 		t.loopy = newLoopyWriter(clientSide, t.framer, t.controlBuf, t.bdpEst, t.conn, t.logger, t.outgoingGoAwayHandler, t.bufferPool)